home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / uwwin104.zip / RELNOTE1.04B < prev    next >
Text File  |  1993-12-14  |  4KB  |  83 lines

  1. I am pleased to announce the availability of this beta version of UW/WIN.
  2.  
  3. The main improvement of this version (1.04) over 1.03 is both vt100 terminal
  4. emulation and file downloads. X/Y/Zmodem protocols are supported. Uploads are
  5. not ready yet, but I feel that significant enhancements exist over 1.03 to
  6. be able to release it while uploads are being developed. Also included is a new
  7. feature to log all screen output to a file. You can have any or all UW windows
  8. logging at the same time.
  9.  
  10. This small document outlines the enhancements, pending updates to the
  11. actual documentation.
  12.  
  13. 1.) vt100 emulation is enabled using the "Emulation" menu item to bring up
  14. the dialog box. vt52, adm31, and vt100 are selectable. The documentation
  15. has a list of capabilities actually supported.
  16.  
  17. 2.) Session logging is enabled through the "File" menu. If not currently
  18. enabled (it is enabled if a check mark appears next to it in the menu),
  19. then a dialog box is brought up for you to select the file to log to.
  20. The default extension is .ulg. The actual logging is accomplished in
  21. conjunction with a separate module, included in this package, uwlog.exe.
  22. UW/WIN spawns this program, and opens a dialog with it for passing
  23. data between them. uwlog.exe does the actual file I/O for UW/WIN. This
  24. file must reside in your path, preferrably in the same directory as the
  25. other UW/WIN files.
  26.  
  27. Once a file is selected, all output to that windows is also recorded in
  28. the file. To turn off logging, and close the file, select "Log" from the
  29. menu again.
  30.  
  31. 3.) File download support is also accomplished via a separate module, rz.exe.
  32. This file can handle X, Y, and Zmodem protocols. As with uwlog.exe, it needs
  33. to reside in your path.
  34.  
  35. To utilize transfers from UW/WIN, you would first start the appropriate
  36. send utility from your UNIX system. A good choice is the rzsz package,
  37. available freely from many UNIX archive sites. For X and Y modem, after
  38. issuing the proper UNIX command to send the file, you will select
  39. "UW | Download | [XY]modem". For Zmodem, the init string is recognized
  40. automatically and the process is started for you. There is a Zmodem
  41. item on the "UW | Download" menu anyway.
  42.  
  43. For Y and Zmodem, you get a dialog box which will serve as the basis for
  44. displaying the transfer progress. Initially, the filename field is filled
  45. in with the data sent by the sender. Since UNIX filenames may have more
  46. characters and different formats as DOS filenames, they are shortened/
  47. simplified by a basic algorithm that strips out characters outside of
  48. A-Z, 0-9, _, and truncates characters from the name portion to 8
  49. characters, and 3 for the extension. For example, ".cshrc" would become
  50. cshrc, "f.cshrc" would become "f.csh", etc.
  51.  
  52. The size of the file is also displayed. You may use the directory
  53. navigation box to change the directory it is going in to. At this point,
  54. to start the transfer, press the "Start" button. You may cancel while
  55. downloading using the cancel button. Some sz programs don't look for
  56. the cancel string too often, so be patient while it waits for an
  57. acknowledge to the cancel. When you get the "Start" button back (it
  58. will change to "OK!", or "ERROR!", or "Skipped!" depending on the
  59. outcome), pressing it, or cancel, will close the dialog. There is
  60. also a check box, "Multiple Query". This turns on or off the wait
  61. between files if more than one file is sent. This is not currently
  62. functional.
  63.  
  64. For Xmodem, the dialog box is a little different. The sender does
  65. not send the filename, or its size, so you must use the file navigation
  66. to select a file to download into. Because the total size is unknown,
  67. there also is no status for %complete.
  68.  
  69. You may download from the main protocol 0 window, or any window using the
  70. UW protocol 1. Note that because of limitations in the UW server, response
  71. typically isn't great for other windows while a download is in progress.
  72.  
  73. I, and others, have noticed a problem under Windows 3.1 where the
  74. comm will lose characters if the mouse is moved while receiving
  75. characters over the comm port. We believe this to be a windows
  76. problem because other comm packages exhibit the same behavior.
  77. This can cause excessive errors during downloads. This seems to
  78. be isolated to certain video drivers. Be sure to get the latest video
  79. drivers for your card.
  80.  
  81. If you find problems, please report them to me. If at all possible, try
  82. and include as much info as possible about your environment.
  83.